STEP 6: Let's set up our sprite to draw it's own path!
The .pen_down() command draws a line to track the sprite as it glides to its new location.
- Click on . Drag out Pen Down and drop it at the bottom of your program.
- Then drag out Set Color. Change the color from "green" to "greenyellow".
- Finally, drop Glide To at the bottom of your program.
- Click Run to see your sprite glide and draw!
To navigate the page using the TAB key, first press ESC to exit the code editor.